projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9182eac
)
wayland: Remove a few unused variables
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Mar 2013 22:31:20 +0000
(18:31 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Mar 2013 22:31:20 +0000
(18:31 -0400)
gdk/wayland/gdkdevice-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkdevice-wayland.c
b/gdk/wayland/gdkdevice-wayland.c
index 800229cf0ea7fc6ccf0c6c519bf302fe2b477585..cc942ebe0d625ddc36267aafd013a44306ab237b 100644
(file)
--- a/
gdk/wayland/gdkdevice-wayland.c
+++ b/
gdk/wayland/gdkdevice-wayland.c
@@
-106,8
+106,6
@@
typedef struct _GdkWaylandDeviceManagerClass GdkWaylandDeviceManagerClass;
struct _GdkWaylandDeviceManager
{
GdkDeviceManager parent_object;
- GdkDevice *core_pointer;
- GdkDevice *core_keyboard;
GList *devices;
};